home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Pages / Pages.app / English.lproj / PreferencesApp.nib / data.classes < prev    next >
Text File  |  1994-12-14  |  630b  |  44 lines

  1. PrefsMonitor = {
  2.     ACTIONS = {
  3.     doSet:;
  4.     };
  5.     OUTLETS = {
  6.     prefsObj;
  7.     guts;
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. AppMonitor = {
  17.     ACTIONS = {
  18.     doDefault:;
  19.     setDefaultDocument:;
  20.     setAutoSave:;
  21.     setSaveInterval:;
  22.     setStartupPrefs:;
  23.     doSet:;
  24.     doRevert:;
  25.     setDefaultDocumentType:;
  26.     setBackup:;
  27.     setDrag:;
  28.     setCoord:;
  29.     };
  30.     OUTLETS = {
  31.     startupOptionMtx;
  32.     saveIntervalMinutes;
  33.     coordSwitch;
  34.     autoBackupSwitch;
  35.     documentBrowser;
  36.     dragSwitch;
  37.     saveIntervalPrompt;
  38.     autoSaveSwitch;
  39.     saveIntervalText;
  40.     documentMtx;
  41.     };
  42.     SUPERCLASS = PrefsMonitor;
  43. };
  44.